home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2716B.ZIP / SMUTIL.EXE / SAMPLE2.C < prev    next >
Text File  |  1991-04-22  |  506b  |  13 lines

  1. /*************************************************************************
  2. *                                                                        *
  3. * SAMPLE2.C                                                              *
  4. *                                                                        *
  5. *       Use this file OR SAMPLEA.ASM                                     *
  6. *************************************************************************/
  7.  
  8.  
  9. int smplad(int x,int y)
  10. {
  11.     return(x+y);
  12. }
  13.